delete
Remove a user from an organisation
{{protocol}}://{{url}}/{{version}}/organisations/:_key/members
Remove a user from the usergroup.
Authenticated. Permissions:
aon the usergoup.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| _key | path | domain |
Body
{
"userKey": "{{meKey}}"
}